home *** CD-ROM | disk | FTP | other *** search
- /* Provider Configuration Follows:
- Name Other ; Name for this configuration
- DialUp 1 ; This configuration needs a modem
- Interface slip ; Interface name
- InterfaceConfig "" ; Provider specific Sana2 options
- NeedSerial 1 ; This configuration needs a serial line
- IPDynamic 0 ; 1 = YES, 0 = NO
- IPAddr ; IP-address if static
- NSDynamic 0 ; 1 = YES, 0 = NO
- UseBootP 0 ; 1 = YES, 0 = NO
- MTU 576 ; Provider specific
- Phone ; Provider phone number (without spaces)
- */
- /* The rest is the Dialer script for this provider */
- options results
- signal on error
-
- Say "Entering Manual Console Mode."
- Status "Please log in"
- ManualConsole
-
- exit 0; /* Successful exit */
-
- error:
- Say "Command on line" SIGL "returned" RC ":" SerScript.LASTERROR
- Exit 10
-